Week 3
Milestones
- Setting up the Meta App on Meta Developer Platform
- Create and initialize a new Spring Boot Project
- Implement the WhatsApp API's webhook configuration and verification
- Implement a basic Microservice that greets a user when the user sends a text messsage to the WhatsApp
Screenshots / Videos
Contributions
PR: link
Learnings
- Learnt about how to initialize a new spring boot project using start.spring.io
- Figured out how to add dependencies in a already initialized maven project.
- Also got to learn about how to make and consume POST & GET API calls in spring boot framework of java.